home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / emacs-complete / fsf / emacs / vms / build.com < prev    next >
Text File  |  1992-11-06  |  239b  |  6 lines

  1. $ ! VMS command file to run `temacs.exe' and dump the data file `temacs.dump'.
  2. $ if f$search("temacs.dump;") .nes. "" then delete temacs.dump;*
  3. $ temacs :== $emacs_library:[vms]temacs -batch
  4. $ temacs -l inc-vers
  5. $ temacs -l loadup.el dump
  6.